home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
intlib
/
int_panel_proc.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-18
|
243 b
|
17 lines
/*
### procedure for creating an integration windows through a button ###
*/
void
int_panel_proc()
{
extern int mapping_on;
if(!mapping_on){
(void) create_int_windows();
}
else {
system_mess_proc(1,"This model is a mapping!");
}
}